Exclude CR2 files in the tiff loader.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 14 Aug 2008 05:32:58 +0000 (05:32 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 14 Aug 2008 05:32:58 +0000 (05:32 +0000)
svn path=/trunk/; revision=21115

gdk-pixbuf/ChangeLog
gdk-pixbuf/io-tiff.c

index 29cead3c3a238e5f91722b598febd99f33e776da..ee9fd0f7904c03b6141354eddd91d07182d740d0 100644 (file)
@@ -1,3 +1,10 @@
+2008-08-13  Matthias Clasen  <mclasen@redhat.com>
+
+       Bug 532644 – TIFF loader need to exclude CR2 files
+
+       * io-tiff.c: Add a pattern to exclude CR2 files.
+       Noticed by Hubert Figuire
+
 2008-08-13  Michael Natterer  <mitch@imendio.com>
 
        * gdk-pixbuf-marshal.list: reorder marshalers for no reason apart
index 90a4ef817fad678d79f7f6bd27727f4b87a3b030..2f62f38d603b4c7f0b67dd2b879699b589bd45df 100644 (file)
@@ -797,6 +797,7 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
         static GdkPixbufModulePattern signature[] = {
                 { "MM \x2a", "  z ", 100 },
                 { "II\x2a ", "   z", 100 },
+                { "II* \020   CR\002 ", "   z zzz   z", 0 },
                 { NULL, NULL, 0 }
         };
        static gchar * mime_types[] = {